home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga1 / autoxa.lha / AutoXA.doc < prev   
Text File  |  1993-07-15  |  5KB  |  136 lines

  1.  
  2.  
  3.                 AutoXA V1.00
  4.                 ------------
  5.  
  6.     +---------+-------------------------------------------------+
  7.     | WARNING | AutoXA will reboot your computer the first      |
  8.     | WARNING | time it is run unless you tell it not to do so. |
  9.     +---------+-------------------------------------------------+
  10.  
  11.  
  12. What does AutoXA do?
  13. --------------------
  14. It loads a small program into your system that will automatically add the
  15. memory that you have installed on a MicroBotics M1230XA card every time you
  16. reboot.
  17.  
  18.  
  19. How is this different from SetXA and AddXAMem?
  20. ----------------------------------------------
  21. AutoXA installs a routine in memory that survives reboots.  This way it can
  22. make the memory available to the system software *much* earlier in the
  23. boot-up process.
  24.  
  25.  
  26. Why is that a good thing?
  27. -------------------------
  28. When AutoXA is active, almost all of the system's data will be loaded into
  29. much faster XA memory, rather than Chip memory.  Your system's graphics and
  30. file access routines will run faster.  (Exactly how much faster depends on
  31. the speeds of your SIMM and your CPU.)
  32.  
  33. It also frees up about 245 kilobytes of Chip memory that graphic or music
  34. programs might need.
  35.  
  36.  
  37. How do I use it?
  38. ----------------
  39. Copy the AutoXA program to the System directory of your boot disk. Then,
  40. add the line:
  41.  
  42.     SYS:System/AutoXA
  43.  
  44. to your Startup-Sequence file on a new line immediately after the line with
  45. the SetPatch command in it.  Consult your AmigaDOS documentation or a
  46. knowledgeable friend if you are unsure about editing text files.
  47.  
  48. A simpler installation would be to copy the program into the WBStartup
  49. drawer. This will work fine, but the system does quite a few things before
  50. looking for programs there.  Since the first time AutoXA gets run (when you
  51. have just flipped the power switch) it must reboot the system, these
  52. actions are just making your system take longer to boot without any
  53. benefit.
  54.  
  55.  
  56. You said it reboots the computer?
  57. ---------------------------------
  58. Yes.  The first time you run it, the program installs the resident portion,
  59. then reboots the computer.  This is so the system data gets loaded into
  60. Fast ram right away.  The second and subsequent times AutoXA runs, it
  61. detects the fact that it is already installed and does not reboot.
  62.  
  63. If you are running the program from a Shell window and don't want to reboot
  64. right away, you can type:
  65.  
  66.     AutoXA NoReboot
  67.  
  68. This will tell AutoXA to install its resident code, add the M1230XA's
  69. memory to the system (if it has not been added already), and then quit. 
  70. The system data will not get moved into Fast ram until you manually reset
  71. your machine.
  72.  
  73.  
  74. How can I get rid of it?
  75. ------------------------
  76. If you ever need to remove it from the system you don't need to power off
  77. the machine.  Just type:
  78.  
  79.     AutoXA Remove
  80.  
  81. in a Shell window.  That will disconnect the in-memory code.  If you have
  82. installed the program in your Startup-Sequence file, you will either have
  83. to boot from some other Workbench or disable the Startup-Sequence in some
  84. other way to prevent the program from being started right back up again
  85. when you reboot the machine.
  86.  
  87.  
  88. Do I still need to run CPU FastROM?
  89. -----------------------------------
  90. AutoXA does NOT move the system code--only the data.  If your processor has
  91. an MMU (Memory Management Unit), and you have enough Fast memory on the
  92. M1230XA (4meg or more), you should still use the 'CPU FastROM' command to
  93. relocate the system code for the fastest possible system.
  94.  
  95.  
  96. I've installed the program, but now my
  97. virus checker is complaining. What's going on?
  98. ----------------------------------------------
  99. To survive system reboots, the AutoXA resident module hooks onto a system
  100. structure called the KickTag (or RomTag) list.  Because this is one
  101. possible way for viruses to survive, your virus checker shows you what is
  102. installed on this list.  (This is also how the RAD: device survives
  103. reboots.)
  104.  
  105. Consult the documentation that comes with your virus checker program.  Some
  106. have ways of telling them to ignore certain things. If the virus checker
  107. you use reports the size of memory in use, it should say 920 bytes ($398 in
  108. hexadecimal).  If a different number turns up, it's reporting some program
  109. other than AutoXA -- possibly a real virus.
  110.  
  111.  
  112. ============================================================================
  113.  
  114. The AutoXA program and this documentation are copyright 1992,1993 by
  115. MicroBotics, Inc.  All rights reserved.  This program and documentation
  116. were written by Mike Pinson.
  117.  
  118. If you received this program in the form of an archive, you may
  119. redistribute the original file 'AutoXA1r0.lha' to other MicroBotics
  120. customers only as long as it is not modified in any way, that is: it
  121. contains nothing but this doc file, the executable, and their icons.
  122.  
  123. Comments or suggestions?  Contact us:
  124.  
  125.    MicroBotics, Inc.
  126.    1251 American Parkway
  127.    Richardson, Texas 75081-2932
  128.    United States of America
  129.  
  130.    Voice      : +1 (214) 437-5330  (0900 to 1700 Central Time)
  131.    Fax        : +1 (214) 437-9714
  132.    BIX        : type 'join microbotics' to enter our support conference  
  133.               :   or send mail to 'microbotics1'
  134.    Internet   : microbotics1@bix.com
  135.  
  136.